home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
text
/
edit
/
CedBar.lha
/
CedBar
/
indent.g
< prev
next >
Wrap
Text File
|
1999-05-10
|
535b
|
32 lines
G4C
WINBIG 391 34 150 19 'Indent by:'
WinType 11110001
BOX 0 0 0 0 out button
xOnLoad
indentval = "\t"
guiopen indent.g
xOnReLoad
guiopen indent.g
xOnRMB
guiclose indent.g
XTEXTIN 3 2 110 14 "" indentval "\t" 100
gosub indent.g indent
XBUTTON 114 2 33 14 "Ok"
gosub indent.g indent
xroutine indent
SendRexx $cedbar.gc/cedport cut
lvuse CedClip.g 1
lvchange 'CLIPS:$cedbar.gc/cedClip'
call LVFormat INDENT '$indentval'
lvsave 'CLIPS:$cedbar.gc/cedClip'
SendRexx $cedbar.gc/cedport paste